home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0961 / readme.txt < prev    next >
Text File  |  1997-04-14  |  3KB  |  64 lines

  1.            WinTidy - Identify and Remove Unwanted Files
  2.  
  3. WinTidy helps you control disk space usage.  There are many programs that 
  4. generate backup files that can be safely deleted once a project has been 
  5. completed, and program developers may wish to delete those "intermediate" 
  6. files and pre-compiled headers that typically clutter up C++ or Delphi 
  7. projects.  WinTidy identifies these files, and will allow you to try and 
  8. delete them.  It does *not* delete the files automatically.
  9.  
  10.    ========================== WARNING ==============================
  11.     You accept any resonsibility for deleting files on your system.
  12.      Take a backup if you are at all uncertain what you are doing!
  13.    ========================== WARNING ==============================
  14.  
  15. Usage:
  16.  
  17. Extract WinTidy.exe from the zip file to a convenient location, and run it!
  18. WinTidy uses no other DLLs, or registry entries.  Optionally, if you make an
  19. icon or shortcut for WinTidy, you can have one parameter which causes the 
  20. initial directory to be preset to that parameter.  You must still press the 
  21. Find button, though, to scan for unwanted files.  The files are presented in 
  22. a list box in size order, so you can concentrate on removing the biggest 
  23. files first.  Maximum results for minimum effort!  Select the files you want 
  24. to delete in the list box, and then press the Delete button.
  25.  
  26. What files are "unwanted"?
  27.  
  28. As supplied, the program regards the following files as unwanted.  To change
  29. this requires re-compilation.  I deliberately chose this way of doing things
  30. as it is more difficult to recompile than to simply edit an INI file.
  31.  
  32.    *.tmp    ~*.*     *.~*     *.?~?    
  33.    *.aps    *.bak    *.bk?    *.bsc
  34.    *.dmp    *.dsm    *.ilk    *.pch    
  35.    *.rws    *.sbr    *.$$$    backup*.wbk
  36.  
  37. There is also an option to be rather more agressive in selecting files, when
  38. you are getting really desparate for space.  This seeks out Windows 95 and NT
  39. help file searching add-ons, the .FTS and .GID files.  These can be recreated
  40. by Windows when required.
  41.  
  42. To recover more disk space, you may also want to empty the cache of any Web
  43. browsers you have, particularly if you have one installed and it's no longer 
  44. in use, and if you run both Windows 95 and NT, you might want to delete NT's 
  45. PAGEFILE.SYS in 95's autoexec.bat, and 95's WIN386.SWP in NT's autoexec.nt.
  46.  
  47. Notes:
  48.  
  49. The program is written with Borland's Delphi 2.0, and full source is 
  50. included.  You do not need access to Delphi 2.0 to run WinTidy. The program 
  51. runs on Windows 95 and Windows NT 3.51/4.0.
  52.  
  53. Contacting the author:
  54.  
  55. This program is placed in the public domain, but remains copyright of
  56. David Taylor, Edinburgh, 1996.  This program is provided "as is", without 
  57. any support.  Whilst I cannot answer queries relating to the use of this 
  58. program, I'd welcome any comments or suggestions for improvements you may 
  59. have.
  60.  
  61.  
  62. david.taylor@gecm.com
  63. 1996 May 26
  64.